C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / OnClientFormatItem Property

In This Topic
OnClientFormatItem Property (TransposedGrid<T>)
In This Topic
Occurs when an element representing a cell has been created.
Syntax
'Declaration
 
Public Overridable Property OnClientFormatItem As String
 
Remarks
This event can be used to format cells for display.It is similar in purpose to the itemFormatter property, but has the advantage of allowing multiple independent handlers.
See Also